In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging / CreateAnchorTemplate Method

CreateAnchorTemplate Method (IGdPictureImaging)

In This Topic
Syntax
'Declaration

 

<DispIdAttribute(189)>

Function CreateAnchorTemplate( _

   ByVal ImageID As Integer, _

   ByVal PosLeft As Integer, _

   ByVal PosTop As Integer, _

   ByVal Width As Integer, _

   ByVal Height As Integer _

) As Integer
[DispId(189)]

int CreateAnchorTemplate( 

   int ImageID,

   int PosLeft,

   int PosTop,

   int Width,

   int Height

)
function CreateAnchorTemplate( 

    ImageID: Integer;

    PosLeft: Integer;

    PosTop: Integer;

    Width: Integer;

    Height: Integer

): Integer; 
DispIdAttribute(189)

function CreateAnchorTemplate( 

   ImageID : int,

   PosLeft : int,

   PosTop : int,

   Width : int,

   Height : int

) : int;
[DispId(189)]

int CreateAnchorTemplate( 

   int ImageID,

   int PosLeft,

   int PosTop,

   int Width,

   int Height

) 
[DispId(189)]

int CreateAnchorTemplate( 

   int ImageID,

   int PosLeft,

   int PosTop,

   int Width,

   int Height

) 

Parameters

ImageID
PosLeft
PosTop
Width
Height
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.IGdPictureImaging
IGdPictureImaging Members